Mulan - Resume / CV CMS
Hi there!
Thank you for buying my web application.
This documentation is to help you regarding each step of customization.
Thank You ..
Now, Lets get started to tell you about Mulan.
Mulan - Resume/CV CMS
is a PHP system developed to build your cv or resume,
It comes with clean, secured, responsive, SEO friendly & trendy look design.
You can easily add your Services, Experiences, Skills, Portfolios & Blogs without any coding skills.
This script help you to promote yourself and your business.
It's suitable for Freelancer, Coder, Photographer, Designer, ...
Don't hesitate to contact me if you have inquiry or suggestions, and support at:
support@elmanawy.info
You will need the following softwares to customize this template.












You just need to follow this steps to keep an eye on your new website:
go to this link before you go on:
http://yourDomainName.com/admin
Type your admin username and password:
Email: admin@admin.com
Password: 123456
and follow those instructions
1- Adding Sitemap.
2- More features for SEO (Robots, Meta Twitter, og, Meta Keywords, Meta Descriptions).
Upgrade from Version 2.3.2 to 2.4
1- Run the queries provided to your database from phpMyAdmin.
INSERT INTO `settings` (`key`) VALUES ('meta_keywords');
INSERT INTO `settings` (`key`) VALUES ('meta_robots');
INSERT INTO `settings` (`key`) VALUES ('meta_twitter_site');
2- Extract and upload source files to your server.
3- Update the database file located into "root/application/config/database.php"
4- You are done.
1- Adding more features for CKEditor.
Upgrade from Version 2.3.1 to 2.3.2
1- Extract and upload source files to your server.
2- Update the database file located into "root/application/config/database.php"
3- You are done.
1- Fixing issue.
Upgrade from Version 2.3 to 2.3.1
1- Extract and upload source files to your server.
2- Update the database file located into "root/application/config/database.php"
3- You are done.
1- Fixing design issue in Dark Mode.
2- Ability to display on / off Appointments section.
3- Pricing Plans.
4- Ability to display on / off Pricing Plans section.
Upgrade from Version 2.2.1 to 2.3
1- Run the queries provided to your database from phpMyAdmin.
INSERT INTO `settings` (`key`, `value`) VALUES ('display_appointments', '1');
INSERT INTO `settings` (`key`, `value`) VALUES ('display_pricing_plans', '1');
CREATE TABLE `pricing_plans` (
`plan_id` INT NOT NULL AUTO_INCREMENT,
`plan_name` VARCHAR(200),
`plan_price` NUMERIC(10),
`price_duration` VARCHAR(100),
`plan_currency` VARCHAR(10),
`features` TEXT,
`is_featured` ENUM('0','1') DEFAULT '0' NULL,
`featured_comment` VARCHAR(300) NULL,
`display_plan` ENUM('0','1')DEFAULT '1' NULL,
`icon` VARCHAR(50) NULL,
PRIMARY KEY (`plan_id`));
2- Extract and upload source files to your server.
3- Update the database.php file located into "root/application/config/database.php"
4- You are done.
1- Fixing design issue in RTL version.
Upgrade from Version 2.2 to 2.2.1
1- Extract and upload source files to your server.
2- Update the database.php file located into "root/application/config/database.php"
3- You are done.
1- Choose Light Mode or Dark mode from admin panel.
Upgrade from Version 2.1 to 2.2
1- Run the queries provided to your database from phpMyAdmin.
INSERT INTO `settings` (`key`, `value`, `default_value`) VALUES ('display_dark_mode', '0', '0');
2- Extract and upload source files to your server.
3- Update the database.php file located into "root/application/config/database.php"
4- You are done.
1- Able / Disable Disqus Comments.
2- Adding Chat script "Crisp".
3- Able / Disable Crisp Chat.
Upgrade from Version 2.0 to 2.1
1- Run the queries provided to your database from phpMyAdmin.
INSERT INTO `settings` (`key`, `default_value`) VALUES ('display_crisp', '0');
INSERT INTO `settings` (`key`) VALUES ('crisp_id');
INSERT INTO `settings` (`key`, `default_value`) VALUES ('display_disqus', '0');
2- Extract and upload source files to your server.
3- Update the database.php file located into "root/application/config/database.php"
4- Update the email.php file located into "root/application/config/email.php"
5- You are done.
New Features
1- Appointments Module.
2- Requested Appointments module.
3- Adding whastapp in "Social media accounts".
4- Meta description for blog post.
5- Meta description for portfolio project.
New Features
1- Adding Google Recaptcha to contact form.
2- Admin control displaying sections of website like(Fun facts, Testimonials, Resume, Services, Clients, Blog, Portfolio, Contact form)
3- Admin control displaying on / off for article.
4- Admin control displaying on / off for project.
5- Adding Google Analytics.
Updated
2- Changing order of appearance to work history and education history.
2- Remove google+ social media and sharing with google plus.
3- Removing meta keywords that's not become useful for SEO.
4- Google map key changed from admin panel settings.
5- Database Updated.
6- Translation Updated.
1- Adding direction based on language.
2- Gradient colors for layout.
3- Appear company name and school name
4- Fixing responsive issue.
5- Disqus username changed from setting.
You need to run this query: INSERT INTO `settings` (`key`, `value`) VALUES ('direction', 'ltr');
You need to run this query: INSERT INTO `settings` (`key`, `value`) VALUES ('disqus_username', 'username');
1- Initial Version
- If you have any questions feel free to contact us at support@elmanawy.info
- If you need any modifications just contact support at support@elmanawy.info
Best Regards, Marwa El-Manawy